Clarify that a maximum length of 0 means infinity. This fixes #58771.
authorAnders Carlsson <andersca@gnu.org>
Sat, 27 Oct 2001 01:27:34 +0000 (01:27 +0000)
committerAnders Carlsson <andersca@src.gnome.org>
Sat, 27 Oct 2001 01:27:34 +0000 (01:27 +0000)
2001-10-27  Anders Carlsson  <andersca@gnu.org>

* gtk/tmpl/gtkentry.sgml: Clarify that a maximum length
of 0 means infinity. This fixes #58771.

docs/reference/ChangeLog
docs/reference/gtk/tmpl/gtkentry.sgml

index b0d0811c462aa165448c679b4bf96bcda080b04d..45f1e7278c891b91af5e3e2c357da33e33b7a016 100644 (file)
@@ -1,5 +1,8 @@
 2001-10-27  Anders Carlsson  <andersca@gnu.org>
 
+       * gtk/tmpl/gtkentry.sgml: Clarify that a maximum length
+       of 0 means infinity. This fixes #58771.
+
        * gtk/tmpl/gtkhandlebox.sgml: Finish a sentence. 
        This fixes #56702.
 
index 97ead1ee305815d6da5df02e3b8449883a3042f3..8182e99fd9806b340c477cb21c671957661dc839 100644 (file)
@@ -53,7 +53,7 @@ expected that this function will be removed, but
 it would be better practice not to use it.
 </para>
 
-@max: the new maximum length.
+@max: the new maximum length or 0 if the maximum length should be infinite..
 @Returns: a new #GtkEntry.
 
 
@@ -176,7 +176,7 @@ to fit.
 </para>
 
 @entry: a #GtkEntry.
-@max: the new maximum length.
+@max: the new maximum length or 0 if the maximum length should be infinite.
 
 
 <!-- ##### FUNCTION gtk_entry_get_activates_default ##### -->